
NOTE:  Below are notes re upgrading standard DTE v7 code to function in 64-bit OS with Synergy v10:

>> All binary files such as dbrs, olbs etc need to be recreated in the 64-bit environment.
 
>> Splash no longer works with 64-bit system, SynergyDE vers 9, however with v10, it did work!
   Not sure what the difference is causing this but adjusted .wsc file as noted if issues come up.

>> Synergy v10 added a new varible that conflicted with one used in the setvers.dbl
   changed syn_version variable to be synergy_version

>> Moved Printsm.* from UTF to UT but they did not build.  Looking for folders/files that don't exist in DTEv7.
   Instructions are to move to "old" system and build so IF used again, may need adjusting for whatever Synergy
   version is run from customer system.

>> LSO with TAH help -- To display Custom report window script (without invalid subscript error), must add
   the program_description variable to be the full value of all custom report descriptions ,a840 in UTS:printer.dbl,
   lpcustom subroutine. Then program_descr is pointed to that for initial display. Discovered Feb 2015.

>> Re adding code to change the position of the overall DTE window on the desktop:
   Add the routine savesettings.dbl to your UT module WINDOWS.DBL.
   Then look at DTEMENU.TXT and you should see an xcall to dte_savesettings just before the xcall u_finish.
   Add the xcall dte_savesettings to your menu code just before the xcall u_finish.

   Must bldall to enable.

   I have had this in my DTE for some time.  Now to explain what it does:  the module stores the window position
   and size to the synuser.ini file when the menu program is exited.  Then the next time DTE is started for
   the user, the window is placed and sized according to where it was the last time the user exited DTE.
   This lets each user position the window where they want and it will return there the next time DTE is 
   started by that user.
 
   If you want to set a fixed starting position, you can run DTE with these changes, put the window where you want it located,
   exit DTE, then go find the synuser.ini file and look to see what the settings are.  They will be listed under the paragraph
   [dtemenu] and will consist of APP_X, APP_Y, APP_HEIGHT, and APP_WIDTH. You can then transfer them to the synergy.ini file 
   and the settings will be inforce for all users who use the same synergy.ini file.  There is a sample of synuser.ini attached 
   to this email with those settings.  You should then remove them from the synuser.ini file (since those settings override the
   ones in the synergy.ini) and also remove the xcall dte_savesettings from the dtemenu.dbl program.

   Tom Hamilton
   (405)478-3962



